home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick12vr1-ppc folder / gist / boxed.gs < prev    next >
Text File  |  1995-07-26  |  2KB  |  61 lines

  1. # Gist boxed.gs drawing style
  2. # $Id: boxed.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
  3.  
  4. # A single coordinate system on a portrait page with frame
  5. # Legends: two columns below viewport, no contour legends
  6.  
  7. # See work.gs for description of meanings
  8.  
  9. landscape= 0
  10.  
  11. # The default coordinate system template is identical to work.gs
  12. default = {
  13.   legend= 0,
  14.  
  15.   viewport= { 0.1757, 0.6143, 0.4257, 0.8643 },
  16.  
  17.   ticks= {
  18.  
  19.     horiz= {
  20.       nMajor= 5.0,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  21.       nDigits= 3,  gridLevel= 1,  flags= 0x02b,
  22.       tickOff= 0.0007,  labelOff= 0.010,
  23.       tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 },
  24.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  25.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  26.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  27.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  28.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  29.       xOver= 0.395,  yOver= 0.370 },
  30.  
  31.     vert= {
  32.       nMajor= 5.0,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  33.       nDigits= 4,  gridLevel= 1,  flags= 0x02b,
  34.       tickOff= 0.0007,  labelOff= 0.006,
  35.       tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 },
  36.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  37.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  38.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  39.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  40.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  41.       xOver= 0.150,  yOver= 0.370 },
  42.  
  43.     frame= 1,
  44.     frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
  45.  
  46. system= { legend= "System 0" }
  47.  
  48. legends= {
  49.   x= 0.04698,  y= 0.360,  dx= 0.3758,  dy= 0.0,
  50.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  51.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  52.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  53.   nchars= 36,  nlines= 20,  nwrap= 2 }
  54.  
  55. clegends= {
  56.   x= 0.6182,  y= 0.8643,  dx= 0.0,  dy= 0.0,
  57.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  58.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  59.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  60.   nchars= 14,  nlines= 28,  nwrap= 1 }
  61.